Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment