Skip to content

Commit 92f66a9

Browse files
authored
Merge pull request #11 from Lastique/patch-1
Avoid using deprecated header iterator.hpp
2 parents 453cf59 + e329330 commit 92f66a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: include/boost/array.hpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,12 @@
4141
#endif
4242

4343
#include <cstddef>
44+
#include <iterator>
4445
#include <stdexcept>
4546
#include <boost/assert.hpp>
4647
#include <boost/static_assert.hpp>
4748
#include <boost/swap.hpp>
4849

49-
// Handles broken standard libraries better than <iterator>
50-
#include <boost/detail/iterator.hpp>
5150
#include <boost/throw_exception.hpp>
5251
#include <algorithm>
5352

0 commit comments

Comments
 (0)