$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [wave] fail to parse variadics macro
From: gag maker (gagmaker_at_[hidden])
Date: 2014-03-31 15:46:06
Hi,
I'm using wave library from boost 1.53.0.
Library compiled with default settings, meaning BOOST_WAVE_SUPPORT_VARIADICS_PLACEMARKERS is set to 1 in wave_config.cpp
Wave driver is also compiled to support variadics.
However, when I try to feed translation unit to wave driver it reports following error:
.../compiler.h:32:1: error: ill formed preprocessor directive: #define __builtin_warning(x, y...) (1)
And btw, wave driver was called with --variadics option
What went wrong here?
Thank you,
--Alex