jbcoe / propagate_const

A const-propagating member-pointer-wrapper for the C++ standard library
MIT License
20 stars 8 forks source link

Correct non-member swap following issue #14 #16

Closed jbcoe closed 1 year ago

jbcoe commented 5 years ago

Locally reproduce and fix issues in PR #15

jbcoe commented 5 years ago

closes #14 and #15

jbcoe commented 5 years ago

Thanks to @caiazza for identifying and proposing a fix to this issue.