Searched refs:length_error (Results 1 – 5 of 5) sorted by relevance
65 class _STLP_CLASS_DECLSPEC length_error : public logic_error {67 length_error(const string& __arg) : logic_error(__arg) {} in length_error() function69 ~length_error() _STLP_NOTHROW_INHERENTLY;
73 { _STLP_THROW_MSG(length_error, __msg); } in __stl_throw_length_error()
80 length_error::~length_error() _STLP_NOTHROW_INHERENTLY {} in ~length_error()
176 catch (length_error const&) { in constructor()201 catch (length_error const&) { in reserve()
1848 check length_error exception rather than bad_alloc.7330 …* _vector.c: add of the standard length_error exception to the reserve method (thanks Steven Young…