boost-ext / te

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

:bug: Fix #9 Cannot reserve, resize nor emplace_back in std::vector<t… #10

Closed kris-jusiak closed 6 years ago

kris-jusiak commented 6 years ago

…e::poly>

Problem:

Solution:

codecov[bot] commented 6 years ago

Codecov Report

Merging #10 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
+ Coverage   99.33%   99.33%   +<.01%     
==========================================
  Files          15       15              
  Lines         451      452       +1     
==========================================
+ Hits          448      449       +1     
  Misses          3        3
Impacted Files Coverage Δ
include/te.hpp 100% <ø> (ø) :arrow_up:
test/te.cpp 100% <100%> (ø) :arrow_up:
example/forward.cpp 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 278a7d0...ca7ae46. Read the comment docs.