mirror of
https://github.com/boostorg/iterator.git
synced 2025-11-13 06:29:54 +01: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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user