[program_options] typo in doc

17 Oct
2005
17 Oct
'05
11:54 p.m.
http://www.boost.org/doc/html/program_options/overview.html#id1247613 has the line pd.add("output-file", 2).add_optional("input-file", -1); which is not supported. Only void add(...) exists. pd.add("output-file", 2) pd.add("input-file", -1); would be correct I think. matt.
7181
Age (days ago)
7181
Last active (days ago)
0 comments
1 participants
participants (1)
-
Matt Hurd