diff -r 47c74d1534e1 -r ddc455616bd6 ossrv_pub/exceptions/inc/stdapis/stlport/stl/_range_errors.h --- 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);