Skip to content

Fixed #669. #670

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

Merged
merged 1 commit into from
Oct 5, 2020
Merged

Fixed #669. #670

merged 1 commit into from
Oct 5, 2020

Conversation

redboltz
Copy link
Owner

@redboltz redboltz commented Oct 1, 2020

Fixed compile error on boost 1.74.0 or later.
If boost version is lower than 1.74.0 or
BOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT is defined, then use
boost::asio::executor, otherwise use boost::asio::any_io_executor on
type erased socket.

Fixed compile error on boost 1.74.0 or later.
If boost version is lower than 1.74.0 or
BOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT is defined, then use
boost::asio::executor, otherwise use boost::asio::any_io_executor on
type erased socket.
@codecov
Copy link

codecov bot commented Oct 1, 2020

Codecov Report

Merging #670 into master will increase coverage by 14.09%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           master     #670       +/-   ##
===========================================
+ Coverage   68.59%   82.69%   +14.09%     
===========================================
  Files          44       46        +2     
  Lines        5935     7077     +1142     
===========================================
+ Hits         4071     5852     +1781     
+ Misses       1864     1225      -639     

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant