forked from Alepha/Alepha
I think this makes capabilities much simpler and more reliable.
But the capabilities are now limited to a single param -- Time to change that?
This commit is contained in:
@ -96,7 +96,7 @@ namespace Alepha::Hydrogen ::detail:: swappable_m
|
||||
};
|
||||
|
||||
template< typename T >
|
||||
concept SwapLensable= Capability< T, swappable > and SupportsSwapLens< T >;
|
||||
concept SwapLensable= HasCapability< T, swappable > and SupportsSwapLens< T >;
|
||||
|
||||
|
||||
// To compute the noexceptness of a swap expression, we
|
||||
|
Reference in New Issue
Block a user