tylerjw / fp

Functional Programming extensions to C++ for ROS projects.
https://www.fplib.dev
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

:fire: remove all using namespace statements #3

Closed tylerjw closed 2 years ago

tylerjw commented 2 years ago

Signed-off-by: Tyler Weaver tyler@picknik.ai

codecov[bot] commented 2 years ago

Codecov Report

Merging #3 (933bdba) into main (d696489) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main       #3   +/-   ##
=======================================
  Coverage   99.29%   99.29%           
=======================================
  Files           3        3           
  Lines         141      141           
=======================================
  Hits          140      140           
  Misses          1        1           
Impacted Files Coverage Δ
include/monad/mbind.hpp 100.00% <100.00%> (ø)
include/monad/result.hpp 99.00% <100.00%> (ø)
include/monad/validate.hpp 100.00% <100.00%> (ø)

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 d696489...933bdba. Read the comment docs.