From: Jordan Rose Date: Wed, 29 Jan 2014 19:14:23 +0000 (+0000) Subject: Remove C++11ism from r200407. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=94b3a88395ff0ea6c253efe5dd2b9d400ffe7c9d;p=oota-llvm.git Remove C++11ism from r200407. Oops! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200412 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/Support/CommandLineTest.cpp b/unittests/Support/CommandLineTest.cpp index e1d1fa59e58..4f92fef8b01 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