$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Showstopper for Boost 1.56?
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2014-08-04 22:15:07
On Monday 04 August 2014 20:55:01 Edward Diener wrote:
>
> In your original config.h you had turned off variadic macro support for
> clang unconditionally. Then I turned it on unconditionally after
> complaints from Boost users and developers and being told by clang
> developers that clang has always supported variadic macros. However if
> the necessary clang compiler options are not on ( probably something
> like gcc's std=c++0x option ), clang issues lots of warnings when you
> use variadic macros although the output is fine.
The warnings are emitted in C++11 mode, see how the topic started. It's a bug
in clang and should be reported to clang devs (probably by someone who is
interested in it being fixed and has some context of the issue).