basiliscos / cpp-bredis

Boost::ASIO low-level redis client (connector)
MIT License
147 stars 36 forks source link

Remove deprecated API usage #45

Closed amensel closed 4 years ago

amensel commented 4 years ago

Add BOOST_ASIO_NO_DEPRECATED for the build and fix the usages that breaks. #44

codecov[bot] commented 4 years ago

Codecov Report

Merging #45 into master will decrease coverage by 0.08%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
- Coverage   93.79%   93.70%   -0.09%     
==========================================
  Files          11       11              
  Lines         451      445       -6     
==========================================
- Hits          423      417       -6     
  Misses         28       28              
Impacted Files Coverage Δ
include/bredis/impl/async_op.ipp 98.33% <ø> (-0.16%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d3ea846...df40dd7. Read the comment docs.

basiliscos commented 4 years ago

Thank you for your PR. I'll review it this weekends