Searched defs:conversion_error (Results 1 – 5 of 5) sorted by relevance
48 struct conversion_error : std::runtime_error struct50 conversion_error(char const* m) : std::runtime_error(m) {} in conversion_error() argument
31 class BOOST_SYMBOL_VISIBLE conversion_error : public std::runtime_error { class33 conversion_error() : std::runtime_error("Conversion failed") {} in conversion_error() function in boost::locale::conv::conversion_error
269 class BOOST_LOG_API conversion_error : class
57 conversion_error (const struct conversion_context* context) in conversion_error() function
382 conversion_error::conversion_error() : in conversion_error() function in boost::conversion_error387 conversion_error::conversion_error(std::string const& descr) : in conversion_error() function in boost::conversion_error