Skip to content

Commit

Permalink
Add additional nat types.
Browse files Browse the repository at this point in the history
  • Loading branch information
igaztanaga committed Sep 8, 2018
1 parent ed05d54 commit e25607d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/boost/move/detail/meta_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ typedef bool_<false> false_;
// nat
//////////////////////////////////////
struct nat{};
struct nat2{};
struct nat3{};

//////////////////////////////////////
// yes_type/no_type
Expand Down

0 comments on commit e25607d

Please sign in to comment.