$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2019-11-25 22:54:08
On Thu, Nov 21, 2019 at 8:37 AM Michael Caisse via Boost
<boost_at_[hidden]> wrote:
> The master branch is is now open for post-beta merges
Boost.Asio still has a defect here:
It should have "typename" This fails on some flavors of MSVC:
<https://ci.appveyor.com/project/vinniefalco/beast/history>
I thought this was fixed in this commit:
<https://github.com/boostorg/asio/commit/529ce8dec4a16b8745fe596875e133dc022db345>
But it wasn't. I believe this has been reported twice:
<https://github.com/boostorg/asio/issues/299>
<https://github.com/chriskohlhoff/asio/issues/436>
Beast gets a compilation error in some versions of MSVC.
Thanks