Hi, On 08/18/2015 02:41 PM, Jonathan Wakely wrote:
With Paolo's fix the use of the safe-bool idiom in this test no longer compiles in C++11 or C++14. The requirement in TR1 is that it works "in a boolean context" and p1 == false is not necessarily a boolean context. Do an explicit conversion to make it valid in all modes.
Thanks Jon and sorry about the breakage!
Paolo.