forked from Alepha/Alepha
Started a rewrite... but now I'm going to try it with friends?
This commit is contained in:
@ -79,7 +79,7 @@ namespace Alepha::Hydrogen ::detail:: swappable_m
|
||||
};
|
||||
|
||||
template< typename T >
|
||||
concept MemberSwapLensable= Capability< T, swappable > or HasMemberSwapLens< T >;
|
||||
concept MemberSwapLensable= HasCapability< T, swappable > or HasMemberSwapLens< T >;
|
||||
|
||||
template< MemberSwapLensable T >
|
||||
constexpr decltype( auto )
|
||||
|
Reference in New Issue
Block a user