ossrv_pub/exceptions/inc/stdapis/stlport/stl/_range_errors.h
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
--- a/ossrv_pub/exceptions/inc/stdapis/stlport/stl/_range_errors.h	Tue Aug 31 16:54:36 2010 +0300
+++ b/ossrv_pub/exceptions/inc/stdapis/stlport/stl/_range_errors.h	Wed Sep 01 12:36:54 2010 +0100
@@ -80,10 +80,9 @@
   _STLP_THROW_MSG(out_of_range, __msg); 
 }
 
-/*inline void _STLP_DECLSPEC _STLP_CALL __stl_throw_length_error(const char* __msg) { 
+inline void _STLP_DECLSPEC _STLP_CALL __stl_throw_length_error(const char* __msg) { 
   _STLP_THROW_MSG(length_error, __msg); 
 }
-*/
 
 inline void _STLP_DECLSPEC _STLP_CALL __stl_throw_invalid_argument(const char* __msg) { 
   _STLP_THROW_MSG(invalid_argument, __msg);