-
Notifications
You must be signed in to change notification settings - Fork 634
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace BOOST_ASIO_INITFN_RESULT_TYPE with BOOST_ASIO_INITFN_AUTO_RESULT_TYPE #2728
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Check that it works with C++11 though, maybe we need the PREFIX & _SUFFIX version.
An automated preview of the documentation is available at https://2728.beastdocs.prtest.cppalliance.org/libs/beast/doc/html/index.html |
ca27def
to
c1ff21c
Compare
An automated preview of the documentation is available at https://2728.beastdocs.prtest.cppalliance.org/libs/beast/doc/html/index.html |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #2728 +/- ##
===========================================
+ Coverage 92.94% 92.97% +0.02%
===========================================
Files 177 177
Lines 13658 13658
===========================================
+ Hits 12694 12698 +4
+ Misses 964 960 -4
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
An automated preview of the documentation is available at https://2728.beastdocs.prtest.cppalliance.org/libs/beast/doc/html/index.html |
f21278d
to
36b4a22
Compare
An automated preview of the documentation is available at https://2728.beastdocs.prtest.cppalliance.org/libs/beast/doc/html/index.html |
1 similar comment
An automated preview of the documentation is available at https://2728.beastdocs.prtest.cppalliance.org/libs/beast/doc/html/index.html |
|
An automated preview of the documentation is available at https://2728.beastdocs.prtest.cppalliance.org/libs/beast/doc/html/index.html |
…ULT_TYPE asio::deferred doesn't work with BOOST_ASIO_INITFN_RESULT_TYPE Fixes boostorg#2727.
An automated preview of the documentation is available at https://2728.beastdocs.prtest.cppalliance.org/libs/beast/doc/html/index.html |
Fixes #2727.