Opened 15 years ago
Closed 15 years ago
#1082 closed Bugs (fixed)
Doc error with program_options zero_tokens() ( docs say zero_token() )
Reported by: | Owned by: | Vladimir Prus | |
---|---|---|---|
Milestone: | To Be Determined | Component: | program_options |
Version: | Boost 1.34.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The boost program_options docs here: http://www.boost.org/doc/html/program_options/overview.html say that zero_token() can be used to indicate a program option does not need a parameter.
The code for 1.33.1 and latest in cvs has the following (note the extra 's'):
typed_value* zero_tokens()
Note:
See TracTickets
for help on using tickets.