[utility] Re: Massive test failures due to ambiguous namespace

On Tue, Feb 23, 2016 at 1:31 PM, Markus Trippelsdorf <markus@trippelsdorf.de
wrote:
http://www.boost.org/development/tests/develop/developer/summary.html show many "fails" due to:
In file included from ../libs/chrono/src/process_cpu_clocks.cpp:17: In file included from ../boost/chrono/detail/inlined/process_cpu_clocks.hpp:19: In file included from ../boost/chrono/process_cpu_clocks.hpp:22: In file included from ../boost/chrono/detail/system.hpp:12: ../boost/system/error_code.hpp:431:15: error: 'detail' is not a class, namespace, or scoped enumeration { return *detail::throws(); } ^ ../boost/system/error_code.hpp:431:15: error: reference to 'detail' is ambiguous { return *detail::throws(); } ^ ../boost/system/error_code.hpp:421:13: note: candidate found by name lookup is 'boost::detail' namespace detail { inline system::error_code * throws() { return 0; } } ^ ../boost/operators.hpp:658:11: note: candidate found by name lookup is 'boost::operators_impl::detail' namespace detail ^ 2 errors generated.
Also.. This is affecting general building of release packages. First time it showed up was with this superproject update < https://travis-ci.org/boostorg/boost/jobs/111041426>. Please fix ASAP! -- -- Rene Rivera -- Grafik - Don't Assume Anything -- Robot Dreams - http://robot-dreams.net -- rrivera/acm.org (msn) - grafikrobot/aim,yahoo,skype,efnet,gmail

On Tue, Feb 23, 2016 at 2:16 PM, Daniel Frey <d.frey@gmx.de> wrote:
On 23.02.2016, at 20:50, Rene Rivera <grafikrobot@gmail.com> wrote:
Please fix ASAP!
It should be fixed already, committed and pushed 20:30. Are you still seeing errors?
I see that now.. Looks like it just hit Travis a few minutes ago < https://travis-ci.org/boostorg/boost/builds/111298425>. -- -- Rene Rivera -- Grafik - Don't Assume Anything -- Robot Dreams - http://robot-dreams.net -- rrivera/acm.org (msn) - grafikrobot/aim,yahoo,skype,efnet,gmail
participants (2)
-
Daniel Frey
-
Rene Rivera