mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-26 20:57:15 +00:00
Remove C++11ism from r200407.
Oops! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200412 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
654247c3ea
commit
94b3a88395
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user