1
0
forked from Alepha/Alepha

Started a rewrite... but now I'm going to try it with friends?

This commit is contained in:
2024-01-26 23:17:22 -05:00
parent 08654a9a86
commit e8b41a0116
3 changed files with 65 additions and 93 deletions

View File

@ -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 )