boost-ext / te

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

:new: [C++20] Concepts generation from type erased interface declaration #5

Closed krzysztof-jusiak closed 6 years ago

krzysztof-jusiak commented 6 years ago

Problem:

Solution:

codecov[bot] commented 6 years ago

Codecov Report

Merging #5 into master will increase coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
+ Coverage   99.22%   99.27%   +0.04%     
==========================================
  Files          13       14       +1     
  Lines         389      411      +22     
==========================================
+ Hits          386      408      +22     
  Misses          3        3
Impacted Files Coverage Δ
include/te.hpp 100% <ø> (ø) :arrow_up:
test/te.cpp 100% <100%> (ø) :arrow_up:
example/concepts.cpp 100% <100%> (ø)

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 4f37767...06804a3. Read the comment docs.