diff --git a/include/boost/move/detail/meta_utils.hpp b/include/boost/move/detail/meta_utils.hpp index 9ba41b8..a8a61db 100644 --- a/include/boost/move/detail/meta_utils.hpp +++ b/include/boost/move/detail/meta_utils.hpp @@ -347,7 +347,7 @@ struct disable_if_convertible // and_ // ////////////////////////////////////////////////////////////////////////////// -template +template struct and_impl : and_impl {}; @@ -374,7 +374,7 @@ struct and_ // or_ // ////////////////////////////////////////////////////////////////////////////// -template +template struct or_impl : or_impl {};