From 09c69f163f9b2c115157f3e07664354fb408356a Mon Sep 17 00:00:00 2001 From: Stefano Sanfilippo Date: Thu, 12 Mar 2015 15:25:15 +0100 Subject: [PATCH] Adding template using decl to compile features check. --- cmake/features.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmake/features.cpp b/cmake/features.cpp index b6187ca..e28e8e6 100644 --- a/cmake/features.cpp +++ b/cmake/features.cpp @@ -33,6 +33,9 @@ const int global_i = 0; +template +using Foo = std::vector; + struct TestingReferenceBinding { TestingReferenceBinding(int const& ii) { assert(&ii == &global_i);