From 838c4b9a45a50f252c7b20d14570b0b7463709ab Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Wed, 8 Jan 2025 23:40:52 +0100 Subject: Finish work on hashing probably --- asl/meta.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asl/meta.hpp') diff --git a/asl/meta.hpp b/asl/meta.hpp index 8940ec6..e77f4a7 100644 --- a/asl/meta.hpp +++ b/asl/meta.hpp @@ -197,7 +197,7 @@ template struct is_uniquely_represented : true_type {}; template<> struct is_uniquely_represented : true_type {}; template<> struct is_uniquely_represented : true_type {}; -template concept uniquely_represented = is_uniquely_represented::value; +template concept uniquely_represented = is_uniquely_represented>::value; template concept equality_comparable_with = requires (const un_cvref_t& a, const un_cvref_t& b) -- cgit