mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
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:
@@ -4882,7 +4882,7 @@ protected:
|
||||
target->AddStopHook (new_hook_sp);
|
||||
|
||||
// First step, make the specifier.
|
||||
STD_UNIQUE_PTR(SymbolContextSpecifier) specifier_ap;
|
||||
std::unique_ptr<SymbolContextSpecifier> specifier_ap;
|
||||
if (m_options.m_sym_ctx_specified)
|
||||
{
|
||||
specifier_ap.reset(new SymbolContextSpecifier(m_interpreter.GetDebugger().GetSelectedTarget()));
|
||||
|
||||
Reference in New Issue
Block a user