Feature macro for use-next-token-for-implicit-option behaviour.

This commit is contained in:
Vladimir Prus
2017-06-25 21:39:43 +03:00
parent b35e654335
commit a30cc1082f

View File

@@ -15,5 +15,8 @@
#endif
#define BOOST_PROGRAM_OPTIONS_VERSION 2
// Signal that implicit options will use values from next
// token, if available.
#define BOOST_PROGRAM_OPTIONS_IMPLICIT_VALUE_NEXT_TOKEN 1
#endif