mirror of
https://github.com/boostorg/concept_check.git
synced 2025-07-31 21:14:48 +02:00
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:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user