From 7b0992d9cd982f4e43ca1bd2c3eaf467e7600cab Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Thu, 18 Apr 2013 22:45:39 +0000 Subject: After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. llvm-svn: 179805 --- lldb/source/Interpreter/Options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Interpreter/Options.cpp') diff --git a/lldb/source/Interpreter/Options.cpp b/lldb/source/Interpreter/Options.cpp index 9b4211bd508..8318c4dd9ba 100644 --- a/lldb/source/Interpreter/Options.cpp +++ b/lldb/source/Interpreter/Options.cpp @@ -901,7 +901,7 @@ Options::HandleOptionArgumentCompletion ) { const OptionDefinition *opt_defs = GetDefinitions(); - STD_UNIQUE_PTR(SearchFilter) filter_ap; + std::unique_ptr filter_ap; int opt_arg_pos = opt_element_vector[opt_element_index].opt_arg_pos; int opt_defs_index = opt_element_vector[opt_element_index].opt_defs_index; -- cgit v1.2.3