Skip to content

Conversation

@redboltz
Copy link
Contributor

@redboltz redboltz commented Aug 8, 2018

I found a typo.

The comment indicates that "v3" should be "v2".

  draw<v2::Drawable>(Circle{});    // prints v2::Circle
  draw<v2::Drawable>(Circle{}, 1); // prints v2.1::Circle
  draw<v2::Drawable>(Square{});    // prints v2::Square
  draw<v2::Drawable>(Square{}, 2); // prints v2.2::Square

@codecov
Copy link

codecov bot commented Aug 8, 2018

Codecov Report

Merging #12 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #12   +/-   ##
=======================================
  Coverage   99.33%   99.33%           
=======================================
  Files          15       15           
  Lines         452      452           
=======================================
  Hits          449      449           
  Misses          3        3

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 69edb25...e313aef. Read the comment docs.

@kris-jusiak kris-jusiak merged commit 6321c04 into boost-ext:master Aug 8, 2018
@kris-jusiak
Copy link
Contributor

Thanks, @redboltz

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.

2 participants