Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/
H A Dexception.hpp73 struct resize_error : public container_error { }; struct
89 { _GLIBCXX_THROW_OR_ABORT(resize_error()); } in __throw_resize_error()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/
H A Dexception.hpp74 struct resize_error : public container_error { }; struct
91 { throw resize_error(); } in __throw_resize_error()