[odb-users] unsigned long long not in C++98 standard

Ben Morgan neembi at gmail.com
Thu Feb 7 11:31:20 EST 2013


On Thu, Feb 7, 2013 at 5:12 PM, Boris Kolpackov <boris at codesynthesis.com> wrote:
>> Is this an intentional deviation?
>
> Yes, any C++ compiler that anyone cares about these days supports
> long long.

Ok, thanks for the information!

Maybe it would be useful to put that in the manual as an explicit
deviation from the C++98 standard, so people know to specify
`-Wno-long-long` or equivalent to the compiler. I don't know, maybe
under a *Gotcha* section or something. But that's up to you: I know
now :-)

Ben



More information about the odb-users mailing list