Boost logo

Boost :

From: Marshall Clow (mclow.lists_at_[hidden])
Date: 2021-03-18 18:55:19


On Mar 18, 2021, at 10:28 AM, John Maddock via Boost <boost_at_[hidden]> wrote:
>
> On 18/03/2021 15:37, Marshall Clow via Boost wrote:
>> On Mar 18, 2021, at 8:13 AM, Peter Dimov via Boost <boost_at_[hidden]> wrote:
>>> Scott Determan wrote:
>>>> There appears to be a problem compiling a program that includes both asio
>>>> and regex in 1.76.0 beta 1. The following program fails to compile:
>>>>
>>>> ```
>>>> #include <boost/asio.hpp>
>>>> #include <boost/regex.hpp>
>>>>
>>>> int
>>>> main(int argc, char** argv)
>>>> {
>>>> return 0;
>>>> }
>>>> ```
>>> ASIO has a commit on develop but not on master
>>>
>>> https://github.com/boostorg/asio/commit/c77f3b603bf2cd180945184a664c6a05d3bebd3b
>>>
>>> that's probably the fix for this issue.
>> It is certainly *intended* to be a fix for this issue :-)
>
> Looks good to me. Should this be cherry picked for release?

I expect that Chris will be asking for permission to merge it … soon. :-)

— Marshall


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk