一段會使VC編譯器崩潰的代碼

下面這段代碼會使VC2010VC2012編譯器崩潰,原因目前未知:

 

#include <memory>

 

template<typename T>

class safepublic ::std::shared_ptr<T>

{

public:

    using ::std::shared_ptr::shared_ptr;

};

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章