Skip to content

Conversation

@kris-jusiak
Copy link
Contributor

…e::poly>

Problem:

  • is_move_constructible is called with a forwarding reference instead of a decayed type.

Solution:

  • std::decay the forwarding reference before applying is_move_constructible in the poly constructor.

…tor<te::poly<Type>>

Problem:
- is_move_constructible is called with a forwarding reference instead of a decayed type.

Solution:
- std::decay the forwarding reference before applying is_move_constructible in the poly constructor.
@codecov
Copy link

codecov bot commented Apr 8, 2018

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% <ø> (ø) ⬆️
test/te.cpp 100% <100%> (ø) ⬆️
example/forward.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 278a7d0...ca7ae46. Read the comment docs.

@kris-jusiak kris-jusiak merged commit 8d5428f into boost-ext:master Apr 8, 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