std::exception標準和各平臺實現的不同

C++98標準: C++11標準: g++ 5.4.0實現如下: VS2015實現如下: 可見,g++只是實現了標準中的默認構造函數;而VS擴展了標準,新增了explicit exception(char const* const _Message) throw()和exception(char const* const _Message, int) throw();即像throw std::ex
相關文章
相關標籤/搜索