Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8823: Issue with smart_ptr on AIX 5.2
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-09-29 08:26:58
#8823: Issue with smart_ptr on AIX 5.2
------------------------------------------------+------------------------
Reporter: Gert Grossmann <gert.grossmann@â¦> | Owner: pdimov
Type: Bugs | Status: new
Milestone: To Be Determined | Component: smart_ptr
Version: Boost 1.54.0 | Severity: Regression
Resolution: | Keywords:
------------------------------------------------+------------------------
Description changed by viboes:
Old 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
New 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
-- -- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8823#comment:1> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:14 UTC