parent
e976f964c3
commit
8849551398
@ -1248,8 +1248,8 @@ value(T& t)
|
|||||||
|
|
||||||
class OptionAdder;
|
class OptionAdder;
|
||||||
|
|
||||||
inline
|
|
||||||
CXXOPTS_NODISCARD
|
CXXOPTS_NODISCARD
|
||||||
|
inline
|
||||||
const std::string&
|
const std::string&
|
||||||
first_or_empty(const OptionNames& long_names)
|
first_or_empty(const OptionNames& long_names)
|
||||||
{
|
{
|
||||||
|
@ -20,3 +20,5 @@
|
|||||||
|
|
||||||
add_executable(example example.cpp)
|
add_executable(example example.cpp)
|
||||||
target_link_libraries(example cxxopts)
|
target_link_libraries(example cxxopts)
|
||||||
|
|
||||||
|
set_property(TARGET example PROPERTY CXX_STANDARD 17)
|
||||||
|
Loading…
Reference in New Issue
Block a user