|
3170 | 3170 | consteval bool is_copy_assignable_type(info type);
|
3171 | 3171 | consteval bool is_move_assignable_type(info type);
|
3172 | 3172 |
|
3173 |
| - consteval bool is_swappable_with_type(info type_dst, info type_src); |
| 3173 | + consteval bool is_swappable_with_type(info type1, info type2); |
3174 | 3174 | consteval bool is_swappable_type(info type);
|
3175 | 3175 |
|
3176 | 3176 | consteval bool is_destructible_type(info type);
|
|
3196 | 3196 | consteval bool is_nothrow_copy_assignable_type(info type);
|
3197 | 3197 | consteval bool is_nothrow_move_assignable_type(info type);
|
3198 | 3198 |
|
3199 |
| - consteval bool is_nothrow_swappable_with_type(info type_dst, info type_src); |
| 3199 | + consteval bool is_nothrow_swappable_with_type(info type1, info type2); |
3200 | 3200 | consteval bool is_nothrow_swappable_type(info type);
|
3201 | 3201 |
|
3202 | 3202 | consteval bool is_nothrow_destructible_type(info type);
|
|
6623 | 6623 | consteval bool @\libglobal{is_copy_assignable_type}@(info type);
|
6624 | 6624 | consteval bool @\libglobal{is_move_assignable_type}@(info type);
|
6625 | 6625 |
|
6626 |
| -consteval bool @\libglobal{is_swappable_with_type}@(info type_dst, info type_src); |
| 6626 | +consteval bool @\libglobal{is_swappable_with_type}@(info type1, info type2); |
6627 | 6627 | consteval bool @\libglobal{is_swappable_type}@(info type);
|
6628 | 6628 |
|
6629 | 6629 | consteval bool @\libglobal{is_destructible_type}@(info type);
|
|
6649 | 6649 | consteval bool @\libglobal{is_nothrow_copy_assignable_type}@(info type);
|
6650 | 6650 | consteval bool @\libglobal{is_nothrow_move_assignable_type}@(info type);
|
6651 | 6651 |
|
6652 |
| -consteval bool @\libglobal{is_nothrow_swappable_with_type}@(info type_dst, info type_src); |
| 6652 | +consteval bool @\libglobal{is_nothrow_swappable_with_type}@(info type1, info type2); |
6653 | 6653 | consteval bool @\libglobal{is_nothrow_swappable_type}@(info type);
|
6654 | 6654 |
|
6655 | 6655 | consteval bool @\libglobal{is_nothrow_destructible_type}@(info type);
|
|
0 commit comments