From e25607d88e962d4e41003e342455cfabbf76d329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sun, 9 Sep 2018 00:24:00 +0200 Subject: [PATCH] Add additional nat types. --- include/boost/move/detail/meta_utils.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/move/detail/meta_utils.hpp b/include/boost/move/detail/meta_utils.hpp index e45394c..f16e185 100644 --- a/include/boost/move/detail/meta_utils.hpp +++ b/include/boost/move/detail/meta_utils.hpp @@ -67,6 +67,8 @@ typedef bool_ false_; // nat ////////////////////////////////////// struct nat{}; +struct nat2{}; +struct nat3{}; ////////////////////////////////////// // yes_type/no_type