$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [wave] fail to parse variadics macro
From: Eric Niebler (eniebler_at_[hidden])
Date: 2014-04-01 15:51:53
On 03/31/2014 03:13 PM, Steven Watanabe wrote:
> AMDG
>
> On 03/31/2014 12:46 PM, gag maker wrote:
>> 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)
>>
>
> Shouldn't that be
>
> #define __builtin_warning(x, y, ...)
I thought the comma before the ... was optional.
Eric