From acde57e779c6af6646341ef43d2408f7efce8e7f Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Fri, 28 Feb 2025 23:35:43 +0300 Subject: [PATCH] Avoid including deprecated atomic_count.hpp header. boost/detail/atomic_count.hpp was moved into boost/smart_ptr/detail and is now deprecated and emits warnings. --- test/copy_exception_test.cpp | 2 +- test/exception_ptr_test.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/copy_exception_test.cpp b/test/copy_exception_test.cpp index 0fb2197e..db6aa35d 100644 --- a/test/copy_exception_test.cpp +++ b/test/copy_exception_test.cpp @@ -12,7 +12,7 @@ #include #include #include -#include +#include #include typedef boost::error_info answer; diff --git a/test/exception_ptr_test.cpp b/test/exception_ptr_test.cpp index 3324092d..ca5bb25b 100644 --- a/test/exception_ptr_test.cpp +++ b/test/exception_ptr_test.cpp @@ -16,7 +16,7 @@ #include #include #include -#include +#include #include #include