浏览代码

Workaround MSVC bug involving designated NSDMI and aggregate init

default_compile_flags
vector-of-bool 3 年前
父节点
当前提交
7d862110ed
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      src/dds/cli/options.cpp

+ 3
- 0
src/dds/cli/options.cpp 查看文件

@@ -15,6 +15,9 @@ namespace {
struct setup {
dds::cli::options& opts;

explicit setup(dds::cli::options& opts)
: opts(opts) {}

// Util argument common to a lot of operations
argument if_exists_arg{
.long_spellings = {"if-exists"},

正在加载...
取消
保存