forked from OSchip/llvm-project
parent
28a70c543d
commit
d2ad22ae41
|
@ -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…
Reference in New Issue