ossrv_pub/exceptions/inc/stdapis/stlport/stl/_range_errors.h
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
equal deleted inserted replaced
56:acd3cd4aaceb 57:2efc27d87e1c
    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 */
       
    87 
    86 
    88 inline void _STLP_DECLSPEC _STLP_CALL __stl_throw_invalid_argument(const char* __msg) { 
    87 inline void _STLP_DECLSPEC _STLP_CALL __stl_throw_invalid_argument(const char* __msg) { 
    89   _STLP_THROW_MSG(invalid_argument, __msg); 
    88   _STLP_THROW_MSG(invalid_argument, __msg); 
    90 }
    89 }
    91 
    90