mirror of https://github.com/swig/swig
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:
parent
837cc1c060
commit
a5568a7286
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue