diff -r 47fbc814aa31 -r cbe3ec2d59d2 lemon/arg_parser.h --- a/lemon/arg_parser.h Wed Oct 01 12:44:16 2008 +0200 +++ b/lemon/arg_parser.h Wed Oct 01 13:56:40 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;