After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11.
llvm-svn: 179805
This commit is contained in:
@@ -116,7 +116,7 @@ public:
|
||||
|
||||
};
|
||||
|
||||
typedef STD_SHARED_PTR(DynamicLoaderDarwinKernelProperties) DynamicLoaderDarwinKernelPropertiesSP;
|
||||
typedef std::shared_ptr<DynamicLoaderDarwinKernelProperties> DynamicLoaderDarwinKernelPropertiesSP;
|
||||
|
||||
static const DynamicLoaderDarwinKernelPropertiesSP &
|
||||
GetGlobalProperties()
|
||||
|
||||
Reference in New Issue
Block a user