diff --git a/include/boost/move/detail/meta_utils.hpp b/include/boost/move/detail/meta_utils.hpp index 6ee04da..67c6327 100644 --- a/include/boost/move/detail/meta_utils.hpp +++ b/include/boost/move/detail/meta_utils.hpp @@ -71,6 +71,10 @@ struct nat{}; struct nat2{}; struct nat3{}; +template +struct natN +{}; + ////////////////////////////////////// // yes_type/no_type //////////////////////////////////////