Subject: [boost] [move] Build failures in develop
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2014-09-30 03:33:20


Hi,

I'm seeing lots of build errors that originate from Boost.Move, such as:

In file included from ../libs/log/src/text_file_backend.cpp:41:
In file included from ../boost/filesystem/path.hpp:28:
In file included from ../boost/iterator/iterator_facade.hpp:12:
In file included from ../boost/iterator/interoperable.hpp:11:
In file included from ../boost/mpl/or.hpp:23:
../boost/mpl/aux_/nested_type_wknd.hpp:27:10: error: no type named
'type' in 'boost::move_detail::is_rv<boost::rv<boost::log::v2_mt_posix::aux::light_function<void
()> > >'
    : T::type
      ~~~^~~~

See the full error logs:

http://www.boost.org/development/tests/develop/developer/output/marshall-mac-boost-bin-v2-libs-log-test-attr_attribute_set-test-clang-darwin-14-debug-threading-multi.html

http://www.boost.org/development/tests/develop/developer/output/teeks99-08b-win2012R2-64on64-boost-bin-v2-libs-log-test-attr_attribute_set-test-msvc-9-0-debug-build-no-threading-multi.html

http://www.boost.org/development/tests/develop/developer/output/teeks99-test-boost-bin-v2-libs-log-test-attr_attribute_set-test-msvc-8-0-debug-address-model-64-build-no-threading-multi.html

I didn't change Boost.Log for quite some time, so there seems to have
been some breaking change. Could this be fixed?