Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/
H A Dexception.hpp70 struct join_error : public container_error { }; struct
85 { _GLIBCXX_THROW_OR_ABORT(join_error()); } in __throw_join_error()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/
H A Dexception.hpp71 struct join_error : public container_error { }; struct
87 { throw join_error(); } in __throw_join_error()