diff --git a/include/boost/unordered/detail/type_traits.hpp b/include/boost/unordered/detail/type_traits.hpp index 3fe2f404..fd37a8e4 100644 --- a/include/boost/unordered/detail/type_traits.hpp +++ b/include/boost/unordered/detail/type_traits.hpp @@ -53,10 +53,10 @@ namespace boost { { }; - template struct are_transparent + template struct are_transparent { static bool const value = - is_transparent::value && is_transparent::value; + is_transparent::value && is_transparent::value; }; template struct transparent_non_iterable