
On Feb 14, 2013, at 4:30 AM, Tim Blechmann <tim@klingt.org> wrote:
hi,
r82834 seems to break compilation of boost.array when compiled in c++11 mode:
../../../boost/array.hpp:131:9: error: body of constexpr function ‘constexpr const T& boost::array<T, N>::operator[](boost::array<T, N>::size_type) const [with T = boost::heap::detail::skew_heap_node<q_tester, false>*; long unsigned int N = 2ul; boost::array<T, N>::const_reference = boost::heap::detail::skew_heap_node<q_tester, false>* const&; boost::array<T, N>::size_type = long unsigned int]’ not a return-statement
the boost.heap testsuite exposes this failure: http://www.boost.org/development/tests/trunk/developer/output/Sandia-gcc-4-7...
Interesting. Which compiler are you using? All the heap tests (and the array tests, which include some constexpr tests) pass locally for me (in c++11 mode) - I'm using clang, btw. -- Marshall Marshall Clow Idio Software <mailto:mclow.lists@gmail.com> A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait). -- Yu Suzuki