deprecated boost atomic_count.hpp

Fix:
boost/detail/atomic_count.hpp(10): note: This header is deprecated. Use <boost/smart_ptr/detail/atomic_count.hpp> instead.
This commit is contained in:
William S Fulton 2025-03-26 19:01:02 +00:00
parent 837cc1c060
commit a5568a7286
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
%{
#include <boost/shared_ptr.hpp>
#include <boost/intrusive_ptr.hpp>
#include <boost/detail/atomic_count.hpp>
#include <boost/smart_ptr/detail/atomic_count.hpp>
// Uncomment macro below to turn on intrusive_ptr memory leak checking as described above
//#define INTRUSIVE_PTR_WRAPPER