Opened 9 years ago
Last modified 9 years ago
#8823 closed Bugs
Issue with smart_ptr on AIX 5.2 — at Initial Version
Reported by: | Owned by: | Peter Dimov | |
---|---|---|---|
Milestone: | To Be Determined | Component: | smart_ptr |
Version: | Boost 1.54.0 | Severity: | Regression |
Keywords: | Cc: | viboes |
Description
vacpp.compile.c++ bin.v2/libs/thread/build/vacpp/debug/address-model-64/link-static/runtime-link-static/threading-multi/pthread/thread.o
xlC_r -c -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_THREAD_BUILD_LIB=1 -DBOOST_THREAD_DONT_USE_CHRONO -DBOOST_THREAD_POSIX -qcpluscmt -qNOOPTimize -qnoinline -q64 -g -qfullpath -qfuncsect -qeh -qrtti -I"." -o "bin
.v2/libs/thread/build/vacpp/debug/address-model-64/link-static/runtime-link-static/threading-multi/pthread/thread.o" "libs/thread/src/pthread/thread.cpp"
"./boost/smart_ptr/shared_ptr.hpp", line 82.43: 1540-0403 (S) "template <class T, std::size_t N> struct boost::detail::sp_element<T [N]>" is already defined. "./boost/smart_ptr/shared_ptr.hpp", line 75.28: 1540-0425 (I) "sp_element<T []>" is defined on line 75 of "./boost/smart_ptr/shared_ptr.hpp". "./boost/smart_ptr/shared_ptr.hpp", line 131.43: 1540-0403 (S) "template <class T, std::size_t N> struct boost::detail::sp_dereference<T [N]>" is already defined. "./boost/smart_ptr/shared_ptr.hpp", line 124.28: 1540-0425 (I) "sp_dereference<T []>" is defined on line 124 of "./boost/smart_ptr/shared_ptr.hpp". "./boost/smart_ptr/shared_ptr.hpp", line 156.43: 1540-0403 (S) "template <class T, std::size_t N> struct boost::detail::sp_member_access<T [N]>" is already defined. "./boost/smart_ptr/shared_ptr.hpp", line 149.28: 1540-0425 (I) "sp_member_access<T []>" is defined on line 149 of "./boost/smart_ptr/shared_ptr.hpp". "./boost/smart_ptr/shared_ptr.hpp", line 181.43: 1540-0403 (S) "template <class T, std::size_t N> struct boost::detail::sp_array_access<T [N]>" is already defined. "./boost/smart_ptr/shared_ptr.hpp", line 174.28: 1540-0425 (I) "sp_array_access<T []>" is defined on line 174 of "./boost/smart_ptr/shared_ptr.hpp". .. ..
Regards, Gert