basiliscos / cpp-bredis

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

Fixed level 4 warning in MSVC #18

Closed nkochakian closed 5 years ago

nkochakian commented 5 years ago

Also added a header file so Markers.hpp can be included independently

codecov[bot] commented 5 years ago

Codecov Report

Merging #18 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #18   +/-   ##
=======================================
  Coverage   93.28%   93.28%           
=======================================
  Files          11       11           
  Lines         402      402           
=======================================
  Hits          375      375           
  Misses         27       27
Impacted Files Coverage Δ
include/bredis/Markers.hpp 100% <ø> (ø) :arrow_up:
include/bredis/impl/protocol.ipp 100% <100%> (ø) :arrow_up:

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 effc217...a73d339. Read the comment docs.

basiliscos commented 5 years ago

Looks good, thank you for your contribution!