Skip to content

Conversation

@kris-jusiak
Copy link
Contributor

Problem:

  • Type erased interface declaration might be used to generate concept type.

Solution:

  • Add var to constraint variables.
  • Add conceptify to constraint functions.

Problem:
- Type erased interface declaration might be used to generate concept type.

Solution:
- Add var<TypeErasureInterface> to constraint variables.
- Add conceptify<TypeErasureInterface> to constraint functions.
@codecov
Copy link

codecov bot commented Apr 5, 2018

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% <ø> (ø) ⬆️
test/te.cpp 100% <100%> (ø) ⬆️
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.

@kris-jusiak kris-jusiak merged commit c032b98 into boost-ext:master Apr 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant