13 Jan
2016
13 Jan
'16
12:29 a.m.
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.