Skip to content

Remove checks for auto_ptr that we no longer need

Brad King requested to merge brad.king/cmake:remove-auto_ptr-checks into master

We no longer use auto_ptr at all, so drop the checks for it.

Merge request reports