|
|
|
|
|
by beached_whale
2723 days ago
|
|
One hickup is that with unique_ptr you now have a rule of 5 thing, you need to declare a destructor which means you need to declar the copy/move constructor and assignment too. Not usually a big deal, but is extra code. |
|