We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60144f7 commit 76fe8cdCopy full SHA for 76fe8cd
include/CLI/Optional.hpp
@@ -11,7 +11,7 @@
11
#ifdef __has_include
12
13
#if defined(CLI11_CPP17) && __has_include(<optional>) && \
14
- defined(__cpp_lib_optional) && !defined(CLI11_STD_OPTIONAL)
+ !defined(CLI11_STD_OPTIONAL)
15
#define CLI11_STD_OPTIONAL 1
16
#endif
17
0 commit comments