boost-ext / te

C++17 Run-time Polymorphism (Type Erasure) library
463 stars 39 forks source link

Adding non_owning_storage adapted from ldionne/dyno with tests and example #17

Closed uknys closed 6 years ago

uknys commented 6 years ago

Clean Pull request with only one commit, I'm sorry I'm not really that good with git yet.

codecov[bot] commented 6 years ago

Codecov Report

Merging #17 into master will increase coverage by 0.05%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
+ Coverage   99.33%   99.39%   +0.05%     
==========================================
  Files          15       16       +1     
  Lines         452      492      +40     
==========================================
+ Hits          449      489      +40     
  Misses          3        3
Impacted Files Coverage Δ
test/te.cpp 100% <100%> (ø) :arrow_up:
example/nonowning.cpp 100% <100%> (ø)
include/boost/te.hpp 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 38e4cf0...4981092. Read the comment docs.

kris-jusiak commented 6 years ago

Awesome! Thanks, @uknys