We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0565d1e + a30cc10 commit acaa4c9Copy full SHA for acaa4c9
1 file changed
include/boost/program_options/version.hpp
@@ -15,5 +15,8 @@
15
#endif
16
#define BOOST_PROGRAM_OPTIONS_VERSION 2
17
18
+// Signal that implicit options will use values from next
19
+// token, if available.
20
+#define BOOST_PROGRAM_OPTIONS_IMPLICIT_VALUE_NEXT_TOKEN 1
21
22
0 commit comments