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