From 94b3a88395ff0ea6c253efe5dd2b9d400ffe7c9d Mon Sep 17 00:00:00 2001 From: Jordan Rose Date: Wed, 29 Jan 2014 19:14:23 +0000 Subject: Remove C++11ism from r200407. Oops! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200412 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/Support/CommandLineTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unittests') diff --git a/unittests/Support/CommandLineTest.cpp b/unittests/Support/CommandLineTest.cpp index e1d1fa59e5..4f92fef8b0 100644 --- a/unittests/Support/CommandLineTest.cpp +++ b/unittests/Support/CommandLineTest.cpp @@ -44,7 +44,7 @@ class TempEnvVar { template class StackOption : public cl::opt { - using Base = cl::opt; + typedef cl::opt Base; public: // One option... template -- cgit v1.2.3