mirror of
https://github.com/boostorg/move.git
synced 2025-07-31 12:57:14 +02:00
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