Searched refs:positive_overflow (Results 1 – 10 of 10) sorted by relevance
151 class positive_overflow : public bad_numeric_cast class167 throw positive_overflow() ; in operator ()()172 ::boost::throw_exception(positive_overflow()) ; in operator ()()
70 [link numeric_conversion_possitive_overflow positive_overflow]105 using boost::numeric::positive_overflow;116 catch(positive_overflow& e) {137 // This will cause a boost::numeric::positive_overflow exception to be thrown143 catch(positive_overflow& e) {
58 throw positive_overflow() ;97 class positive_overflow : public bad_numeric_cast
277 int z = Double2Int::convert(m); // By default throws positive_overflow()279 catch ( boost::numeric::positive_overflow const& )
338 struct positive_overflow{};349 throw positive_overflow() ;
209 struct positive_overflow{}; struct220 throw positive_overflow() ; in operator ()()318 catch( custom::positive_overflow& ){} \
96 catch ( boost::numeric::positive_overflow const& ) in test_conv_base()
498 throw positive_overflow() ; in test_optimizations()528 throw positive_overflow() ; in test_optimizations()
497 std::string positive_overflow = "1e1000"; in TEST() local498 begin = positive_overflow.data(); in TEST()499 end = begin + positive_overflow.size(); in TEST()