diff --git a/include/boost/detail/select_type.hpp b/include/boost/detail/select_type.hpp index 4f1347c..2a95a98 100644 --- a/include/boost/detail/select_type.hpp +++ b/include/boost/detail/select_type.hpp @@ -19,8 +19,7 @@ namespace boost { namespace detail { // Template class if_true -- select among 2 types based on a bool constant expression // Usage: // typename if_true<(bool_const_expression)>::template then::type - template - struct if_true + template struct if_true { template struct then { typedef T type; };