From 9c783ecbefa65019116cb67f820cb3da0a373af1 Mon Sep 17 00:00:00 2001 From: Michael Ford Date: Tue, 23 Aug 2022 16:00:08 +0100 Subject: [PATCH] refactor: use core/noncopyable over boost/noncopyable The later is deprecated: ```cpp // The header file at this path is deprecated; // use boost/core/noncopyable.hpp instead. #include ``` --- include/boost/range/detail/any_iterator_buffer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/range/detail/any_iterator_buffer.hpp b/include/boost/range/detail/any_iterator_buffer.hpp index 2bb5d53..9c943de 100644 --- a/include/boost/range/detail/any_iterator_buffer.hpp +++ b/include/boost/range/detail/any_iterator_buffer.hpp @@ -13,7 +13,7 @@ #include #include #include -#include +#include namespace boost {