Searched refs:container_error (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/
H A Dexception.hpp57 struct container_error : public std::logic_error struct in namespace:__gnu_pbds
59 container_error() function in struct:__gnu_pbds::container_error
60 : std::logic_error(__N("__gnu_pbds::container_error")) { }
66 struct insert_error : public container_error { };
70 struct join_error : public container_error { };
73 struct resize_error : public container_error { };
77 { _GLIBCXX_THROW_OR_ABORT(container_error()); }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/
H A Dexception.hpp57 struct container_error : public std::logic_error struct in namespace:__gnu_pbds
59 container_error() function in struct:__gnu_pbds::container_error
60 : std::logic_error(__N("__gnu_pbds::container_error")) { }
66 struct insert_error : public container_error { };
70 struct join_error : public container_error { };
73 struct resize_error : public container_error { };
77 { _GLIBCXX_THROW_OR_ABORT(container_error()); }

Completed in 203 milliseconds