From 48f7e22d9cc93989173afe2550fcc2f082c61773 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Mon, 6 Jan 2025 00:33:50 +0100 Subject: Start work on hashing --- asl/tests/meta_tests.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'asl/tests') diff --git a/asl/tests/meta_tests.cpp b/asl/tests/meta_tests.cpp index 24e9754..4fedd71 100644 --- a/asl/tests/meta_tests.cpp +++ b/asl/tests/meta_tests.cpp @@ -232,3 +232,7 @@ static_assert(asl::is_floating_point); static_assert(!asl::is_floating_point); static_assert(!asl::is_floating_point); static_assert(!asl::is_floating_point); + +static_assert(asl::uniquely_represented); +static_assert(asl::uniquely_represented); +static_assert(!asl::uniquely_represented); -- cgit