forked from boostorg/move
Add additional nat types.
This commit is contained in:
@@ -67,6 +67,8 @@ typedef bool_<false> false_;
|
||||
// nat
|
||||
//////////////////////////////////////
|
||||
struct nat{};
|
||||
struct nat2{};
|
||||
struct nat3{};
|
||||
|
||||
//////////////////////////////////////
|
||||
// yes_type/no_type
|
||||
|
Reference in New Issue
Block a user