forked from OSchip/llvm-project
parent
a3b624aa55
commit
e9f3ac7b1b
|
@ -52,3 +52,8 @@ namespace PR6062 {
|
||||||
A(U& init) : U::other_type(init) { }
|
A(U& init) : U::other_type(init) { }
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
template<typename T, typename U>
|
||||||
|
struct X0 : T::template apply<U> {
|
||||||
|
X0(int i) : T::template apply<U>(i) { }
|
||||||
|
};
|
||||||
|
|
Loading…
Reference in New Issue