Removed usage of deprecated header boost/detail/iterator.hpp. (#26)

This header was deprecated in favor of <iterator>. It generates compiler
warnings and will be removed in a future release.
This commit is contained in:
Andrey Semashev
2020-06-24 19:50:46 +03:00
committed by GitHub
parent e69c81326d
commit a8cf003d4a

View File

@@ -4,7 +4,7 @@
#ifndef BOOST_LIBS_CONCEPT_CHECK_FAKE_SORT_DWA2006430_HPP
# define BOOST_LIBS_CONCEPT_CHECK_FAKE_SORT_DWA2006430_HPP
# include <boost/detail/iterator.hpp>
# include <iterator>
# include <boost/concept/requires.hpp>
# include <boost/concept_check.hpp>