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:
@@ -36,7 +36,7 @@
|
||||
#include "CFBundle.h"
|
||||
|
||||
|
||||
typedef STD_SHARED_PTR(MachProcess) MachProcessSP;
|
||||
typedef std::shared_ptr<MachProcess> MachProcessSP;
|
||||
typedef std::map<nub_process_t, MachProcessSP> ProcessMap;
|
||||
typedef ProcessMap::iterator ProcessMapIter;
|
||||
typedef ProcessMap::const_iterator ProcessMapConstIter;
|
||||
|
||||
Reference in New Issue
Block a user