Removed useless #if 1.

This commit is contained in:
Andrey Semashev 2025-01-26 15:42:30 +03:00
parent 10e89b3e4c
commit cf43da4286

View File

@ -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