$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Hartmut Kaiser (hartmut.kaiser_at_[hidden])
Date: 2005-11-22 19:02:09
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