
23 Nov
2005
23 Nov
'05
12:02 a.m.
Alexey Bakhvalov wrote:
Shouldn't Boost.Wave preprocess "11LL" into two tokens "11" and "LL" if support for long long suffixes is disabled? In a current version I get lexer error.
Using the Wave tool on a file containing nothing but '11LL\n' I get: test.cpp(1): warning: long long suffixes are not allowed in pure C++ mode, enable long_long mode to allow these: 11LL Is that wrong? Which version are you using? Which compiler? Regards Hartmut