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

@@ -12,7 +12,7 @@
#include <boost/core/use_default.hpp>
#include <boost/iterator/iterator_adaptor.hpp>
#include <boost/iterator/enable_if_convertible.hpp>
namespace boost {
namespace iterators {