mirror of
https://github.com/boostorg/iterator.git
synced 2025-10-18 19:45:22 +02:00
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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user