diff --git a/test/tricky_is_enum_test.cpp b/test/tricky_is_enum_test.cpp index d7719b0..7f8f02a 100755 --- a/test/tricky_is_enum_test.cpp +++ b/test/tricky_is_enum_test.cpp @@ -13,7 +13,7 @@ struct convertible_to_anything { - template operator T() { return 0; } + template operator T() { return 0; } }; @@ -24,8 +24,3 @@ BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_enum::value, fal TT_TEST_END - - - - -