ossrv_pub/exceptions/inc/stdapis/stlport/stl/_range_errors.h
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
--- a/ossrv_pub/exceptions/inc/stdapis/stlport/stl/_range_errors.h	Fri Apr 16 16:46:38 2010 +0300
+++ b/ossrv_pub/exceptions/inc/stdapis/stlport/stl/_range_errors.h	Mon May 03 14:06:43 2010 +0300
@@ -80,9 +80,10 @@
   _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);