mirror of
https://github.com/boostorg/conversion.git
synced 2025-08-01 21:44:31 +02:00
no message
[SVN r18238]
This commit is contained in:
@@ -187,7 +187,7 @@ namespace boost
|
|||||||
Target result;
|
Target result;
|
||||||
|
|
||||||
if(!(interpreter << arg && interpreter >> 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;
|
return result;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user