- With gcc 5.1.0 we now get warnings for usage of std::auto_ptr. It is deprecated by the C++0x standard and afterwards so it's prudent to replace them with unique pointers.