mirror of
https://github.com/boostorg/conversion.git
synced 2025-07-31 21:14:37 +02:00
no message
[SVN r18238]
This commit is contained in:
@@ -187,7 +187,7 @@ namespace boost
|
||||
Target result;
|
||||
|
||||
if(!(interpreter << arg && interpreter >> result))
|
||||
throw_exception(detail::no_lexical_conversion<Target, Source>());
|
||||
throw_exception(bad_lexical_cast(typeid(Target), typeid(Source)));
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user