Home
last modified time | relevance | path

Searched defs:throwing_value_copy_exception (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/geometry/index/test/rtree/exceptions/
Dtest_throwing.hpp16 struct throwing_value_copy_exception : public std::exception struct
18 const char * what() const throw() { return "value copy failed."; } in what()