lemon/arg_parser.h
changeset 290 f6899946c1ac
parent 261 1c2ac7deb5d8
child 311 c887e703b566
     1.1 --- a/lemon/arg_parser.h	Sat Sep 27 14:33:28 2008 +0200
     1.2 +++ b/lemon/arg_parser.h	Tue Sep 30 20:53:18 2008 +0200
     1.3 @@ -310,8 +310,9 @@
     1.4  
     1.5      ///This is the type of the return value of ArgParser::operator[]().
     1.6      ///It automatically converts to \c int, \c double, \c bool or
     1.7 -    ///\c std::string if the type of the option matches, otherwise it
     1.8 -    ///throws an exception (i.e. it performs runtime type checking).
     1.9 +    ///\c std::string if the type of the option matches, which is checked
    1.10 +    ///with an \ref LEMON_ASSERT "assertion" (i.e. it performs runtime
    1.11 +    ///type checking).
    1.12      class RefType
    1.13      {
    1.14        const ArgParser &_parser;