boost-ext / te

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

:bug: Fix #3 No support for move-only types #4

Closed krzysztof-jusiak closed 6 years ago

krzysztof-jusiak commented 6 years ago

Problem:

Solution:

codecov[bot] commented 6 years ago

Codecov Report

Merging #4 into master will increase coverage by 0.31%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #4      +/-   ##
==========================================
+ Coverage   98.91%   99.22%   +0.31%     
==========================================
  Files          13       13              
  Lines         368      389      +21     
==========================================
+ Hits          364      386      +22     
+ Misses          4        3       -1
Impacted Files Coverage Δ
include/te.hpp 100% <100%> (ø) :arrow_up:
test/te.cpp 100% <100%> (+0.51%) :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 d411380...ce1c622. Read the comment docs.