From c9964a771b2ec8f9105f91002491cd7adaaa3a48 Mon Sep 17 00:00:00 2001 From: Gennaro Prota Date: Thu, 25 Sep 2025 18:53:00 +0200 Subject: [PATCH] Use the typename keyword for the template parameter of minimal_allocator Reason: Consistency. --- test/dyn_bitset_unit_tests1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dyn_bitset_unit_tests1.cpp b/test/dyn_bitset_unit_tests1.cpp index 69ce0b0..7c78c9a 100644 --- a/test/dyn_bitset_unit_tests1.cpp +++ b/test/dyn_bitset_unit_tests1.cpp @@ -22,7 +22,7 @@ # include # include -template< class T > +template< typename T > class minimal_allocator { public: