feat(templates): improve Swap functions and peripheral tools
This commit is contained in:
@ -179,7 +179,7 @@ void TestConcepts()
|
||||
always_check(CSwappable<int32>);
|
||||
always_check(CSwappable<FTestStructG>);
|
||||
always_check(CSwappable<FTestStructN>);
|
||||
// always_check(!CSwappable<FSingleton>);
|
||||
always_check(!CSwappable<FSingleton>);
|
||||
|
||||
always_check((CSwappableWith<int32&, int32&>));
|
||||
|
||||
|
Reference in New Issue
Block a user