Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / config / test / boost_no_typename_with_ctor.ipp
index 68a5a0e..6cf4da8 100644 (file)
@@ -26,6 +26,7 @@ typename T::type f() {
 
 int test() {
   A a = f<B<A> >();
+  (void)a;
   return 0;
 }