boost-ext / te

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

:bug: Fix #1 - Crash when inheriting with local_storage #2

Closed kris-jusiak closed 6 years ago

kris-jusiak commented 6 years ago

Problem:

Solution:

codecov[bot] commented 6 years ago

Codecov Report

Merging #2 into master will increase coverage by 0.1%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master       #2     +/-   ##
=========================================
+ Coverage    98.8%   98.91%   +0.1%     
=========================================
  Files          13       13             
  Lines         336      368     +32     
=========================================
+ Hits          332      364     +32     
  Misses          4        4
Impacted Files Coverage Δ
include/te.hpp 100% <100%> (ø) :arrow_up:
test/te.cpp 99.48% <100%> (+0.09%) :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 35cfaa4...9f8e9a7. Read the comment docs.