We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7729850 commit c83abc2Copy full SHA for c83abc2
include/boost/program_options/value_semantic.hpp
@@ -218,10 +218,7 @@ namespace boost { namespace program_options {
218
219
/** Specifies an implicit value, which will be used
220
if the option is given, but without an adjacent value.
221
- Using this implies that an explicit value is optional, but if
222
- given, must be strictly adjacent to the option, i.e.: '-ovalue'
223
- or '--option=value'. Giving '-o' or '--option' will cause the
224
- implicit value to be applied.
+ Using this implies that an explicit value is optional,
225
*/
226
typed_value* implicit_value(const T &v)
227
{
0 commit comments