Skip to content

Commit

Permalink
Simpler check for optional
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Jun 13, 2018
1 parent 60144f7 commit 76fe8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/CLI/Optional.hpp
Expand Up @@ -11,7 +11,7 @@
#ifdef __has_include

#if defined(CLI11_CPP17) && __has_include(<optional>) && \
defined(__cpp_lib_optional) && !defined(CLI11_STD_OPTIONAL)
!defined(CLI11_STD_OPTIONAL)
#define CLI11_STD_OPTIONAL 1
#endif

Expand Down

0 comments on commit 76fe8cd

Please sign in to comment.