This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
dds
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Workaround MSVC bug involving designated NSDMI and aggregate init
default_compile_flags
vector-of-bool
3 years ago
parent
3153299e20
commit
7d862110ed
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
+3
-0
src/dds/cli/options.cpp
+ 3
- 0
src/dds/cli/options.cpp
View File
@@ -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"},
Write
Preview
Loading…
Cancel
Save