From da8604615efb0bf28d590d97776c13cf3f37aeac Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Sun, 10 May 2020 23:02:42 +0300 Subject: [PATCH] Removed the use of deprecated header boost/detail/iterator.hpp --- test/counting_iterator_test.cpp | 2 -- test/iterator_traits_test.cpp | 1 - 2 files changed, 3 deletions(-) diff --git a/test/counting_iterator_test.cpp b/test/counting_iterator_test.cpp index 225cf4e..8f8da5f 100644 --- a/test/counting_iterator_test.cpp +++ b/test/counting_iterator_test.cpp @@ -26,13 +26,11 @@ # pragma warning(disable:4786) // identifier truncated in debug info #endif -#include #include #include #include #include -#include #include #include diff --git a/test/iterator_traits_test.cpp b/test/iterator_traits_test.cpp index e4a23ae..1beb62d 100644 --- a/test/iterator_traits_test.cpp +++ b/test/iterator_traits_test.cpp @@ -20,7 +20,6 @@ // reference type from operator* (David Abrahams) // 19 Jan 2001 Initial version with iterator operators (David Abrahams) -#include #include #include #include