Skip to content

Conversation

@kris-jusiak
Copy link
Contributor

Problem:

  • Copyable is required by the poly constructor making it impossible to use with movable only types.

Solution:

  • Relax the rules to support both copyable and movable types.

Problem:
- Copyable is required by the poly constructor making it impossible to use with movable only types.

Solution:
- Relax the rules to support both copyable and movable types.
@codecov
Copy link

codecov bot commented Apr 5, 2018

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

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.

@kris-jusiak kris-jusiak merged commit 4f37767 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