From cf43da4286081d56e3ee3754e433ce6d3566317e Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Sun, 26 Jan 2025 15:42:30 +0300 Subject: [PATCH] Removed useless #if 1. --- include/boost/iterator/detail/config_def.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/boost/iterator/detail/config_def.hpp b/include/boost/iterator/detail/config_def.hpp index 06029e5..1bffd9e 100644 --- a/include/boost/iterator/detail/config_def.hpp +++ b/include/boost/iterator/detail/config_def.hpp @@ -26,7 +26,6 @@ // libs/iterator/test/constant_iterator_arrow.cpp fails to compile // because the operator-> return is improperly deduced as a non-const // pointer. -#if 1 // Recall that in general, compilers without partial specialization // can't strip constness. Consider counting_iterator, which normally @@ -43,6 +42,4 @@ # define BOOST_ITERATOR_REF_CONSTNESS_KILLS_WRITABILITY 1 -#endif - // no include guard; multiple inclusion intended