Boost C++ Libraries: Ticket #3992: Example in documentation for program_options doesn't compile https://svn.boost.org/trac10/ticket/3992 <p> Example in "Custom Validators" section of documentation for boost_program options must be changed to reflect the changes made in 1.42. More precisely, the following line of the example causes compilation error: </p> <blockquote> <p> throw validation_error("invalid value"); </p> </blockquote> <p> I suppose it must be changed to something like: </p> <blockquote> <p> throw invalid_option_value(s) </p> </blockquote> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3992 Trac 1.4.3 Marshall Clow Sun, 05 Dec 2010 20:08:45 GMT <link>https://svn.boost.org/trac10/ticket/3992#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3992#comment:1</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/67028" title="update docs; refs #3992">[67028]</a>) update docs; refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3992" title="#3992: Bugs: Example in documentation for program_options doesn't compile (closed: fixed)">#3992</a> </p> </description> <category>Ticket</category> </item> <item> <author>ru.elric@…</author> <pubDate>Sun, 05 Dec 2010 20:36:28 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/3992#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3992#comment:2</guid> <description> <p> There is a typo in <a class="changeset" href="https://svn.boost.org/trac10/changeset/67028" title="update docs; refs #3992">[67028]</a> ("valodation_error" instead of "validation_error"). </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Marshall Clow</dc:creator> <pubDate>Sun, 05 Dec 2010 20:37:02 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/3992#comment:3 https://svn.boost.org/trac10/ticket/3992#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/67034" title="Merge doc patches to release; fixes #3992, fixes #4858">[67034]</a>) Merge doc patches to release; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3992" title="#3992: Bugs: Example in documentation for program_options doesn't compile (closed: fixed)">#3992</a>, fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4858" title="#4858: Bugs: Documentation error - Responsefile example code can crash (closed: fixed)">#4858</a> </p> Ticket Marshall Clow Sun, 05 Dec 2010 20:40:08 GMT <link>https://svn.boost.org/trac10/ticket/3992#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3992#comment:4</guid> <description> <p> Sigh. Fixed typo on trunk and release. </p> </description> <category>Ticket</category> </item> </channel> </rss>