5 Jan
2016
5 Jan
'16
7:27 p.m.
Benedek Thaler
Hi,
I'd expect the following cheks to pass:
BOOST_TEST(3u == (std::max)(0u, 3u)); BOOST_TEST(3u == ((std::max)(0u, 3u)));
But both fails with: check 3u == ((std::max)(0u, 3u)) has failed [3 != 7095312]
I can't reproduce this neither on Linux nor Windows. What configuration do you use?