From 6b92cc7e2617582accee4546fab539282d3b92bf Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Mon, 22 Sep 2014 18:09:12 +0100 Subject: [PATCH] Fix C++11 syntax error --- test/is_convertible_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/is_convertible_test.cpp b/test/is_convertible_test.cpp index 6f085ff..40764c0 100644 --- a/test/is_convertible_test.cpp +++ b/test/is_convertible_test.cpp @@ -30,7 +30,7 @@ template struct test_bug_4530 { template - test_bug_4530(A&&, typename boost::enable_if<::tt::is_convertible >::type* =0); + test_bug_4530(A&&, typename boost::enable_if< ::tt::is_convertible >::type* =0); }; struct A4530