5 Feb
2016
5 Feb
'16
3:21 a.m.
scoped enums are not printable I've already run into that problem, so I wrote an inline function, enum2int(), to do a static_cast to int when I have to print one. But
On 2/4/2016 9:03 PM, Gennadiy Rozental wrote: that aside, why does BOOST_CHECK(mUse == UsedFor::NOTIFY_INPUT); appear to work. Some of your documentation implies that BOOST_CHECK_EQUAL(L, R) is equivalent to BOOST_CHECK(L == R), but it doesn't act that way, and Eclipse's expansion of BOOST_CHECK_EQUAL() shows a lot more than L++R. Merrill Cornish