1
0
forked from Alepha/Alepha

Clang also complained about this...

This commit is contained in:
2023-11-10 11:51:18 -05:00
parent a2af64e37e
commit 914c7c7ab3

View File

@ -78,6 +78,7 @@ namespace Alepha::Hydrogen
has_cap_in_capability_base( const Left &, Meta::type_value< Cap > cap )
{
throw "Unevaluated";
return false;
}
template< typename Cap, typename ... TParams >