Searched defs:node_bad_alloc (Results 1 – 1 of 1) sorted by relevance
255 struct node_bad_alloc : public std::exception struct257 const char * what() const throw() { return "internal node creation failed."; } in what()