Skip to content

Conversation

@kris-jusiak
Copy link
Contributor

Problem:

  • Self pointer is incorrectly casted to poly with a different storage type causing a crash.

Solution:

  • Add poly_base which is not templated and removes the need for casting to poly.

Problem:
- Self pointer is incorrectly casted to poly with a different storage type causing a crash.

Solution:
- Add poly_base which is not templated and removes the need for casting to poly.
@codecov
Copy link

codecov bot commented Apr 5, 2018

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

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.

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