Skip to content
Commit 38dea780 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed copy/move-constructors/assignments in SharedPointer

This can handle non-const -> const constructions and assignments. Due to
the automatically generated copy- and move-constructors and assignment
operators, some SFINAE tricks and little code duplication are needed to
make it work.
parent 741111a8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment