mirror of
https://github.com/boostorg/concept_check.git
synced 2025-07-29 20:17:36 +02:00
Merge pull request #11 from DanielaE/feature/retire-header-iterator
Get rid of iterator.hpp
This commit is contained in:
@ -15,9 +15,10 @@
|
||||
#define BOOST_CONCEPT_ARCHETYPES_HPP
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/iterator.hpp>
|
||||
#include <boost/mpl/identity.hpp>
|
||||
#include <functional>
|
||||
#include <iterator> // iterator tags
|
||||
#include <cstddef> // std::ptrdiff_t
|
||||
|
||||
namespace boost {
|
||||
|
||||
|
Reference in New Issue
Block a user