Hi Guys,
I'm trying to use boost lockfree and a fixed size queue on iOS and I got
some compile issue.
The target is an armV7 compiled with clang in c++11 mode from Xcode 4.6
Does this ring a bell to someone ?
Thanks,
In file included from /usr/local/include/boost/lockfree/queue.hpp:22:
In file included from
/usr/local/include/boost/lockfree/detail/atomic.hpp:39:
In file included from /usr/local/include/boost/atomic.hpp:12:
In file included from /usr/local/include/boost/atomic/atomic.hpp:16:
In file included from
/usr/local/include/boost/atomic/detail/platform.hpp:37:
In file included from
/usr/local/include/boost/atomic/detail/gcc-armv6plus.hpp:245:
/usr/local/include/boost/atomic/detail/cas32weak.hpp:892:21: error: invalid
operands to binary expression ('value_type' (aka
'boost::lockfree::detail::tagged_index') and 'value_type')
if (tmp != expected) {
~~~ ^ ~~~~~~~~
/usr/local/include/boost/atomic/detail/cas32weak.hpp:905:5: note: in
instantiation of member function
'boost::atomics::detail::base_atomic