From a324e341ef8097d6d93731b592701d43bb5fb5d0 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Tue, 1 Oct 2024 10:14:34 +0200 Subject: Enable modernize-* checks. --- test/utils/container_matchers.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/utils/container_matchers.hpp') diff --git a/test/utils/container_matchers.hpp b/test/utils/container_matchers.hpp index 35a334e3..7def6d57 100644 --- a/test/utils/container_matchers.hpp +++ b/test/utils/container_matchers.hpp @@ -43,7 +43,7 @@ class UniqueElementsUnorderedMatcher using value_type = typename LeftContainer::value_type; using T = value_type; static_assert( - std::is_constructible::value, + std::is_constructible_v, "Value type of container in the left hand side must be constructible " "from that of the right hand side."); -- cgit v1.2.3