[Boost-bugs] [Boost C++ Libraries] #4267: validation_error documentation

Subject: [Boost-bugs] [Boost C++ Libraries] #4267: validation_error documentation
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-05-27 08:41:00


#4267: validation_error documentation
---------------------------------------+------------------------------------
 Reporter: matwey.kornilov@… | Owner: vladimir_prus
     Type: Bugs | Status: new
Milestone: | Component: program_options
  Version: Boost 1.43.0 | Severity: Cosmetic
 Keywords: |
---------------------------------------+------------------------------------
 validation_error constructor signature was changed from

 validation_error(const std::string &);

 in boost 1.41.0

 to

 validation_error(kind_t, const std::string & = "", const std::string & =
 "");

 in boost 1.42.0+


 validation_error isn't backward compatible now. This way "Custom
 Validators" section in html-documentations has an wrong example that uses
 'validation_error(const std::string &)' signature. And there aren't any
 examples to use new version of validation_error.


 http://www.boost.org/doc/libs/1_43_0/doc/html/program_options/howto.html#id1421830

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4267>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:03 UTC