From f2c1b10bc92a349a6b2348d0d09958ebbc6c81e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sat, 24 Jan 2026 11:05:29 +0100 Subject: [PATCH] Remove unneded "typename" to avoid warnings --- test/string_test.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/string_test.cpp b/test/string_test.cpp index 147f00a..9b3fe40 100644 --- a/test/string_test.cpp +++ b/test/string_test.cpp @@ -560,16 +560,16 @@ void test_type_traits() typedef string::const_reverse_iterator criter; BOOST_TEST_TRAIT_TRUE((dtl::is_same< - typename std::iterator_traits::iterator_category, + std::iterator_traits::iterator_category, std::random_access_iterator_tag>)); BOOST_TEST_TRAIT_TRUE((dtl::is_same< - typename std::iterator_traits::iterator_category, + std::iterator_traits::iterator_category, std::random_access_iterator_tag>)); BOOST_TEST_TRAIT_TRUE((dtl::is_same< - typename std::iterator_traits::iterator_category, + std::iterator_traits::iterator_category, std::random_access_iterator_tag>)); BOOST_TEST_TRAIT_TRUE((dtl::is_same< - typename std::iterator_traits::iterator_category, + std::iterator_traits::iterator_category, std::random_access_iterator_tag>)); // npos