mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-22 11:55:12 +00:00
Remove C++11ism from r200407.
Oops! llvm-svn: 200412
This commit is contained in:
parent
c3f8d074b2
commit
493d668127
@ -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