|
|
|
|
|
by steveklabnik
3562 days ago
|
|
Not exactly this case. From the link: > No warnings are emitted for objects of type ``std::unique_ptr`` and
> ``std::shared_ptr``, as they have defined move behavior.
Regardless, I am happy to see more static checking for C++, and am following the GSL/Core Guidelines closely. It's important work. |
|