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:
@@ -155,7 +155,7 @@ private:
|
||||
|
||||
/// List of file specifications corresponding to the modules (shared
|
||||
/// libraries) on which this object file depends.
|
||||
mutable STD_UNIQUE_PTR(lldb_private::FileSpecList) m_filespec_ap;
|
||||
mutable std::unique_ptr<lldb_private::FileSpecList> m_filespec_ap;
|
||||
|
||||
/// Data extractor holding the string table used to resolve section names.
|
||||
lldb_private::DataExtractor m_shstr_data;
|
||||
|
||||
Reference in New Issue
Block a user