program_options: validation_error

27 May
2010
27 May
'10
5:52 a.m.
Hi, 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+ This way validation_error is backward-incompatible and "Custom Validators" (http://www.boost.org/doc/libs/1_43_0/doc/html/program_options/howto.html#id1...) section in html-documentations has an wrong example that uses 'validation_error(const std::string &)' signature.

27 May
27 May
8:18 a.m.

1:06 p.m.
Vladimir Prus wrote:
Could you file a bug at http://svn.boost.org please?
5490
Age (days ago)
5490
Last active (days ago)
2 comments
2 participants
participants (2)
-
Matwey V. Kornilov
-
Vladimir Prus