Boost logo

Boost :

Subject: Re: [boost] [lockfree] include into 1.51?
From: Tim Blechmann (tim_at_[hidden])
Date: 2012-07-09 14:42:09


>>> actually it is merged now ;)
>>
>> great to hear ... checking the specific commit, it seems that the
>> integration into the boost infrastructure (doc/testfarm etc) is still
>> missing ... please compare with r79196, the specific commit for
>> boost.lockfree.
>
> thanks for the pointer, will fix it, and if you notice anything else, just
> write so I can fix it ASAP

trying to compile with the intel compiler gives me:

./boost/atomic/detail/cas64strong.hpp(24): error: class template
"boost::atomics::detail::base_atomic" has already been defined
  class base_atomic<T, int, 8, Sign> {
        ^

./boost/atomic/detail/cas64strong.hpp(148): error: class template
"boost::atomics::detail::base_atomic" has already been defined
  class base_atomic<void *, void *, 8, Sign> {
        ^

./boost/atomic/detail/cas64strong.hpp(243): error: class template
"boost::atomics::detail::base_atomic" has already been defined
  class base_atomic<T *, void *, 8, Sign> {
        ^

./boost/atomic/detail/cas64strong.hpp(340): error: class template
"boost::atomics::detail::base_atomic" has already been defined
  class base_atomic<T, void, 8, Sign> {
        ^

also keep an eye on the test farm, they as that might show some issues
on rather obscure compilers/platforms

tim


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk