From bbfc0acfe3b55804870c1d6d0d0c3e0dc6a5da80 Mon Sep 17 00:00:00 2001 From: sha512sum Date: Thu, 18 Apr 2024 23:40:12 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ca3e414..5886638 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ auto main() -> int { constexpr std::array types{kTypeId, kTypeId}; static_assert(std::is_same_v::Type, int>); static_assert(std::is_same_v::Type, void>); + static_assert(std::is_same_v>); }; ```