From 9238ef8e7f97e619ed3e58bc7becf16b4966ccf0 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Sun, 2 Mar 2025 03:25:20 +0300 Subject: [PATCH] Avoid including deprecated atomic_count.hpp header. (#59) 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 0fb2197..db6aa35 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 3324092..ca5bb25 100644 --- a/test/exception_ptr_test.cpp +++ b/test/exception_ptr_test.cpp @@ -16,7 +16,7 @@ #include #include #include -#include +#include #include #include