Subject: Re: [boost] operator+ and void*: differences between g++ and msvc
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2011-06-17 04:23:05


On 17/06/2011 06:49, Frédéric Bron wrote:
>> It's not standard, but it is an intentional extension. They do no consider
>> it a bug.
>
> But I compile with -std=c++98 or c++0x (not -std=gnu++98 or gnu++0x).

I suppose using -pedantic-errors would do what you want.

Anyway, what does this have to do with Boost development?