Adding template using decl to compile features check.
This commit is contained in:
parent
f2ee32ca80
commit
09c69f163f
|
@ -33,6 +33,9 @@
|
|||
|
||||
const int global_i = 0;
|
||||
|
||||
template<typename T>
|
||||
using Foo = std::vector<T>;
|
||||
|
||||
struct TestingReferenceBinding {
|
||||
TestingReferenceBinding(int const& ii) {
|
||||
assert(&ii == &global_i);
|
||||
|
|
Reference in New Issue
Block a user