Usermode/libc++ - Debug in cxa code, list emplace and iterators, general STL fixes
[tpg/acess2.git] / Usermode / Libraries / libc++.so_src / include_exp / stdexcept
index aea1afd..aa7072b 100644 (file)
@@ -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

UCC git Repository :: git.ucc.asn.au