Results 5 comments of Xiang Fan

BTW, clang-cl rejects the following code in test\_include\laws\foldable.hpp: BOOST_HANA_CONSTEXPR_CHECK(equal( fold_left(list(1), z, f), f(z, 1) )); BOOST_HANA_CONSTEXPR_CHECK(equal( fold_left(list(1, '2'), z, f), f(f(z, 1), '2') )); BOOST_HANA_CONSTEXPR_CHECK(equal( fold_left(list(1, '2', 3.3), z, f),...

Here is the list of other failed tests (from MSVC): 1>------ Build started: Project: example.misc.infinite_set, Configuration: Debug Win32 ------ 3>------ Build started: Project: test.basic_tuple.laws, Configuration: Debug Win32 ------ 4>------ Build...

Regarding the issue mentioned in my second post, looks that 'Tracked' is used in 'injection_result' and 'integer' ('_constant' derives from 'integer'). However, 'Tracked' isn't a literal type and neither are...

The issue in the following two projects are in 'test\numeric\main.hpp': 13>------ Build started: Project: test.numeric.minus_mcd, Configuration: Debug Win32 ------ 14>------ Build started: Project: test.numeric.negate_mcd, Configuration: Debug Win32 ------ The related...

The issue in the following three projects are caused by the fact that boost::tuples::tuple isn't literal type (it doesn't use constexpr): 6>------ Build started: Project: test.ext.boost.tuple.iterable, Configuration: Debug Win32 ------...