stdcpp/tsrc/Stdcpp_test/stdcxx/testengine/src/_exception.cpp
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
equal deleted inserted replaced
18:47c74d1534e1 22:ddc455616bd6
    18 
    18 
    19 #include <exception>
    19 #include <exception>
    20 #include <rw/_defs.h>
    20 #include <rw/_defs.h>
    21 #include<rw/_exception.h>
    21 #include<rw/_exception.h>
    22 
    22 
       
    23 #ifdef __ARMCC__
       
    24 #pragma diag_suppress 940
       
    25 #endif
       
    26 
    23  _RWSTD_EXPORT __rw::__rw_exception::__rw_exception () _THROWS (()){}
    27  _RWSTD_EXPORT __rw::__rw_exception::__rw_exception () _THROWS (()){}
    24  
    28  
    25  _RWSTD_EXPORT __rw::__rw_exception::__rw_exception (const __rw_exception& x){}
    29  _RWSTD_EXPORT __rw::__rw_exception::__rw_exception (const __rw_exception& x){}
    26  
    30  
    27  _RWSTD_EXPORT __rw::__rw_exception::__rw_exception (const _STD::string& x ){}
    31  _RWSTD_EXPORT __rw::__rw_exception::__rw_exception (const _STD::string& x ){}