X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FLibraries%2Flibc%2B%2B.so_src%2Finclude_exp%2Fstdexcept;h=aa7072bb6e0306ff5872dacf13e3a1c58fcc5170;hb=1a4752fe23a96f47fb83c57861aa991681fa98b0;hp=aea1afd3e2002506058f6006bf73cc3d0c42e43d;hpb=2f3e82a7b2847e6ff7d65e73295bf3d6469236ab;p=tpg%2Facess2.git diff --git a/Usermode/Libraries/libc++.so_src/include_exp/stdexcept b/Usermode/Libraries/libc++.so_src/include_exp/stdexcept index aea1afd3..aa7072bb 100644 --- a/Usermode/Libraries/libc++.so_src/include_exp/stdexcept +++ b/Usermode/Libraries/libc++.so_src/include_exp/stdexcept @@ -33,6 +33,13 @@ public: explicit out_of_range(const string& what_arg); }; +class length_error: + public logic_error +{ +public: + explicit length_error(const string& what_arg); +}; + }; // namespace std #endif