Extracted enable_if_convertible trait to a separate header.

Keep including the new header in iterator_adaptor.hpp for backward
compatibility, until downstream users are updated to include the new
header.
This commit is contained in:
Andrey Semashev
2025-02-04 00:53:37 +03:00
parent c22af90b60
commit cb81a1dfc3
9 changed files with 94 additions and 63 deletions

View File

@@ -15,6 +15,7 @@
#include <boost/iterator/iterator_adaptor.hpp>
#include <boost/iterator/is_readable_iterator.hpp>
#include <boost/iterator/is_lvalue_iterator.hpp>
#include <boost/iterator/enable_if_convertible.hpp>
#include <boost/pending/iterator_tests.hpp>
# include <boost/core/lightweight_test.hpp>