From a8cf003d4a5d0328b1c58610b2f5a7a84994b357 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Wed, 24 Jun 2020 19:50:46 +0300 Subject: [PATCH] Removed usage of deprecated header boost/detail/iterator.hpp. (#26) This header was deprecated in favor of . It generates compiler warnings and will be removed in a future release. --- test/fake_sort.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fake_sort.hpp b/test/fake_sort.hpp index 99c7546..82cbdb7 100644 --- a/test/fake_sort.hpp +++ b/test/fake_sort.hpp @@ -4,7 +4,7 @@ #ifndef BOOST_LIBS_CONCEPT_CHECK_FAKE_SORT_DWA2006430_HPP # define BOOST_LIBS_CONCEPT_CHECK_FAKE_SORT_DWA2006430_HPP -# include +# include # include # include