Build Errors for ASIO on msvc-10.0 and -11.0
After seeing the announcement that library freeze is coming, I just tried
building the master snapshot with the build scripts I use for building the
windows releases. I encountered failures in msvc-10.0 and msvc-11.0 for
ASIO.
.\boost/asio/execution/any_executor.hpp(940) : error C2668:
'boost::asio::execution::detail::any_executor_base::query_fn_impl' :
ambiguous call to overloaded function
.\boost/asio/execution/any_executor.hpp(915): could be 'void
boost::asio::execution::detail::any_executor_base::query_fn_impl
On Tue, Jun 30, 2020 at 5:22 PM Tom Kent via Boost
I just tried building the master snapshot
You will need the new commits in develop in order to have a chance of building, this stuff is being ironed out. Are the commits below in this "master snapshot?" https://github.com/boostorg/asio/commits/develop If not, then you won't be able to build. While this is being worked on, we are trying to sync Beast up with these changes so that the next Boost release has them, as they are important for users and discussions about networking taking place in WG21. Thanks
On Tue, Jun 30, 2020 at 8:09 PM Vinnie Falco
On Tue, Jun 30, 2020 at 5:22 PM Tom Kent via Boost
wrote: I just tried building the master snapshot
You will need the new commits in develop in order to have a chance of building, this stuff is being ironed out. Are the commits below in this "master snapshot?"
https://github.com/boostorg/asio/commits/develop
If not, then you won't be able to build. While this is being worked on, we are trying to sync Beast up with these changes so that the next Boost release has them, as they are important for users and discussions about networking taking place in WG21.
Two days until closing for the beta, it looks like these still haven't been merged to master? Anything we can do to move it along? Thanks, Tom
On Fri, 10 Jul 2020 at 03:30, Tom Kent via Boost
On Tue, Jun 30, 2020 at 8:09 PM Vinnie Falco
wrote: On Tue, Jun 30, 2020 at 5:22 PM Tom Kent via Boost
wrote: I just tried building the master snapshot
You will need the new commits in develop in order to have a chance of building, this stuff is being ironed out. Are the commits below in this "master snapshot?"
https://github.com/boostorg/asio/commits/develop
If not, then you won't be able to build. While this is being worked on, we are trying to sync Beast up with these changes so that the next Boost release has them, as they are important for users and discussions about networking taking place in WG21.
Two days until closing for the beta, it looks like these still haven't been merged to master? Anything we can do to move it along?
Boost asio is generated from standalone asio. PRs against boost asio don’t get any attention. Chris does respond to issues in the root repo. https://github.com/chriskohlhoff/asio
Thanks, Tom
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
-- Richard Hodges hodges.r@gmail.com office: +442032898513 home: +376841522 mobile: +376380212
participants (3)
-
Richard Hodges
-
Tom Kent
-
Vinnie Falco