$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] asio config.hpp macro redefinition - mistake?
From: Gavin Lambert (gavinl_at_[hidden])
Date: 2016-01-12 19:29:40
On 13/01/2016 12:32, John M. Dlugosz wrote:
> In file boost_1_59_0\boost\asio\detail\config.hpp line 227 gives a macro
> redefinition warning.
[...]
> # endif // defined(__GNUC__)
> # if defined(BOOST_ASIO_MSVC)
It looks like you could probably workaround this by merging these two
lines into a single #elif.
It's probably worthwhile reporting this on the ASIO mailing list, as I
think the maintainer is more active there than here.