소스 검색

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"},

Loading…
취소
저장