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