Get rid of iterator.hpp

It does nothing more than pulling std::iterator into namespace boost and including headers. This library only takes advantage of the included headers. OTOH, pulling std::iterator into boost generates deprecation warnings in MSVC 14.1 when compiling in C++17 mode. Even more, Boost's iterator.hpp is deprecated, too.

Signed-off-by: Daniela Engert <dani@ngrt.de>
This commit is contained in:
Daniela Engert 2017-12-27 15:21:06 +01:00
parent 83c3738519
commit c30eee78db
No known key found for this signature in database
GPG Key ID: 7B95EE52040C5975

View File

@ -40,7 +40,7 @@
// See http://www.boost.org/libs/multi_array for documentation.
#include "boost/iterator.hpp"
#include <iterator>
namespace boost {
namespace detail {