diff -r bb40b6db0a58 -r f6899946c1ac lemon/arg_parser.h --- a/lemon/arg_parser.h Sat Sep 27 14:33:28 2008 +0200 +++ b/lemon/arg_parser.h Tue Sep 30 20:53:18 2008 +0200 @@ -310,8 +310,9 @@ ///This is the type of the return value of ArgParser::operator[](). ///It automatically converts to \c int, \c double, \c bool or - ///\c std::string if the type of the option matches, otherwise it - ///throws an exception (i.e. it performs runtime type checking). + ///\c std::string if the type of the option matches, which is checked + ///with an \ref LEMON_ASSERT "assertion" (i.e. it performs runtime + ///type checking). class RefType { const ArgParser &_parser;