Skip to content

Commit

Permalink
Remove C++11ism from r200407.
Browse files Browse the repository at this point in the history
Oops!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200412 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
jrose-apple committed Jan 29, 2014
1 parent 654247c commit 94b3a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/Support/CommandLineTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class TempEnvVar {

template <typename T>
class StackOption : public cl::opt<T> {
using Base = cl::opt<T>;
typedef cl::opt<T> Base;
public:
// One option...
template<class M0t>
Expand Down

0 comments on commit 94b3a88

Please sign in to comment.