ossrv_pub/exceptions/inc/stdapis/stlport/stl/_range_errors.h
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
equal deleted inserted replaced
18:47c74d1534e1 22:ddc455616bd6
    78 
    78 
    79 inline void _STLP_DECLSPEC _STLP_CALL __stl_throw_out_of_range(const char* __msg) { 
    79 inline void _STLP_DECLSPEC _STLP_CALL __stl_throw_out_of_range(const char* __msg) { 
    80   _STLP_THROW_MSG(out_of_range, __msg); 
    80   _STLP_THROW_MSG(out_of_range, __msg); 
    81 }
    81 }
    82 
    82 
    83 inline void _STLP_DECLSPEC _STLP_CALL __stl_throw_length_error(const char* __msg) { 
    83 /*inline void _STLP_DECLSPEC _STLP_CALL __stl_throw_length_error(const char* __msg) { 
    84   _STLP_THROW_MSG(length_error, __msg); 
    84   _STLP_THROW_MSG(length_error, __msg); 
    85 }
    85 }
       
    86 */
    86 
    87 
    87 inline void _STLP_DECLSPEC _STLP_CALL __stl_throw_invalid_argument(const char* __msg) { 
    88 inline void _STLP_DECLSPEC _STLP_CALL __stl_throw_invalid_argument(const char* __msg) { 
    88   _STLP_THROW_MSG(invalid_argument, __msg); 
    89   _STLP_THROW_MSG(invalid_argument, __msg); 
    89 }
    90 }
    90 
    91