-
* Don't surprise people with deprecation warnings * Provide detailed instructions and support for the transition
-
* Use unique_ptr in place of shared_ptr in some cases * unique_ptr for arrays does not require a custom deleter * use std::make_unique (c++14) where possible