Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/index/test/rtree/exceptions/
Dtest_throwing_node.hpp255 struct node_bad_alloc : public std::exception struct
257 const char * what() const throw() { return "internal node creation failed."; } in what()