/usr/include/libxml++-2.6/libxml++/validators/relaxngvalidator.h:159:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
std::auto_ptr<Impl> pimpl_;
^
In file included from /usr/include/c++/5/memory:81:0,
from /usr/include/boost/config/no_tr1/memory.hpp:21,
from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
from /usr/include/boost/shared_ptr.hpp:17,
from Singletons/objRsrc.h:21,
from Singletons/rsrcMngr.h:21,
from globals.h:22,
from testResults.h:20,
from test.h:23,
from group.h:23,
from tnvmeParsers.h:20,
from tnvmeParsers.cpp:24:
When compiling with Werror, errors are thrown for using
autoptrFor example