
On Thu, Nov 21, 2019 at 8:37 AM Michael Caisse via Boost <boost@lists.boost.org> wrote:
The master branch is is now open for post-beta merges
Boost.Asio still has a defect here: <https://github.com/boostorg/asio/blob/9254ec55a3d90019cc3223b018bb38b5c1a49dc4/include/boost/asio/ssl/stream.hpp#L717> 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