一段会使VC编译器崩溃的代码

下面这段代码会使VC2010VC2012编译器崩溃,原因目前未知:

 

#include <memory>

 

template<typename T>

class safepublic ::std::shared_ptr<T>

{

public:

    using ::std::shared_ptr::shared_ptr;

};

 

你可能感兴趣的:(一段会使VC编译器崩溃的代码)