Home
last modified time | relevance | path

Searched refs:escaped_list_error (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dtoken_functions.hpp89 struct escaped_list_error : public std::runtime_error{ struct
90 escaped_list_error(const std::string& what_arg):std::runtime_error(what_arg) { } in escaped_list_error() argument
129 BOOST_THROW_EXCEPTION(escaped_list_error(std::string("cannot end with escape"))); in do_escape()
147 BOOST_THROW_EXCEPTION(escaped_list_error(std::string("unknown escape sequence"))); in do_escape()