Hi,
I'm seeing Boost.Atomic test failures on MSVC-12 with the following errors:
C:\local\boost\boost/iterator/detail/facade_iterator_category.hpp(166)
: error C2039: 'assert_not_arg' : is not a member of 'boost::mpl'
C:\local\boost\boost/mpl/eval_if.hpp(41) : see reference to
class template instantiation
'boost::detail::facade_iterator_category_impl'
being compiled
with
[
CategoryOrTraversal=boost::forward_traversal_tag
, ValueParam=boost::unit_test::basic_cstring<const char>
, Reference=boost::unit_test::basic_cstring<const char>
]
Here's the link with the complete message:
http://www.boost.org/development/tests/release/developer/output/teeks99-10-w...
It doesn't seem to be a problem with Boost.Atomic but rather some
incompatibility of BOOST_MPL_ASSERT_NOT and MSVC-12. Does anyone know
what the problem is?