On 29-Aug-2012, Michael Goffioul wrote: | On Wed, Aug 29, 2012 at 4:44 PM, Michael Goffioul <michael.goffi...@gmail.com> | wrote: | | Thanks, that should indeed redefining true and false... | | | I meant: that should indeed avoid redefining true and false...
Why define true, false, and bool to anything when using C++? Couldn't those definitions be omitted? Is it necessary to define _Bool if using C++? Michael, how is stdbool.h being included in Octave C++ sources? Maybe that's a mistake that should be fixed. jwe