Merge pull request #11 from Lastique/patch-1

Avoid using deprecated header iterator.hpp
This commit is contained in:
Marshall Clow
2020-05-10 12:40:34 -07:00
committed by GitHub

View File

@ -41,13 +41,12 @@
#endif #endif
#include <cstddef> #include <cstddef>
#include <iterator>
#include <stdexcept> #include <stdexcept>
#include <boost/assert.hpp> #include <boost/assert.hpp>
#include <boost/static_assert.hpp> #include <boost/static_assert.hpp>
#include <boost/swap.hpp> #include <boost/swap.hpp>
// Handles broken standard libraries better than <iterator>
#include <boost/detail/iterator.hpp>
#include <boost/throw_exception.hpp> #include <boost/throw_exception.hpp>
#include <algorithm> #include <algorithm>